home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / winkey01.zip / WINKEY.DOC < prev   
Text File  |  1996-02-01  |  4KB  |  110 lines

  1.          WINKEY for OS/2
  2.  
  3.          Support for Win**** keys  -  Copyright (c) 1996 Robert Muchsel
  4.          Internet: muchsel@acm.org
  5.  
  6.          Release 1.00
  7.  
  8.  
  9.          Support for the infamous three additional
  10.          Win**** keys found on many new keyboards
  11.          -----------------------------------------
  12.  
  13.  
  14.          Freeware (see end of this file).
  15.  
  16.  
  17.          Many new keyboards have three additional keys to support the
  18.          Win**** "operating" system. Under OS/2 Warp, these keys don't do
  19.          anything useful. One of them even triggers a print screen.
  20.  
  21.          This OS/2 base device driver maps the left and right Win**** keys
  22.          to display the task list (same as Ctrl+Esc) and the menu key to
  23.          switch tasks (same as Alt+Esc).
  24.  
  25.          This software has been tested with a genuine Win**** keyboard.
  26.          The key mappings work under DOS (both full screen and windowed),
  27.          WinOS/2 (both full screen and seamless), OS/2 VIO (full screen
  28.          and windowed) and the PM.
  29.          However, I cannot guarantee anything.
  30.  
  31.  
  32.  
  33.          Installation
  34.          ============
  35.  
  36.          This software does NOT work under OS/2 2.x, OS/2 Warp is required.
  37.  
  38.          - CHDIR to \OS2\BOOT of your boot drive.
  39.  
  40.          - Execute
  41.              ATTRIB -R -S -H KBDBASE.SYS
  42.  
  43.          - Rename KBDBASE.SYS:
  44.              REN KBDBASE.SYS *.OLD
  45.  
  46.          - Copy the KBDBASE.SYS supplied with this package to
  47.            \OS2\BOOT.
  48.  
  49.          - Reboot
  50.  
  51.  
  52.          How it works
  53.          ============
  54.  
  55.          Whenever the driver sees a left or right Win**** key, it
  56.          emulates a Pen gesture(!). OS/2 takes care of the rest - whenever
  57.          it sees a Pen gesture, it emulates the desired keyboard input.
  58.          This might seem like a dirty hack (it is), but the session
  59.          keys are hard coded into OS/2. Both Ctrl+Esc and Alt+Esc require
  60.          21 packets to be sent to the session manager. I found no
  61.          easy way to generate those 21 packets from a single key click.
  62.  
  63.          This means you cannot redefine the keys to do something more
  64.          useful, e.g. to bring up the LaunchPad (which cannot be done by
  65.          a hot key). So please don't ask.
  66.  
  67.  
  68.          Licence
  69.          =======
  70.  
  71.          Developing this driver has taken a considerable amount of time,
  72.          Despite of that, this software is free.
  73.  
  74.          However, if you (rightly) feel that you should donate some money
  75.          or OS/2 development tools, please don't hesitate.
  76.  
  77.          My postal address is:                          Internet:
  78.  
  79.            Robert Muchsel                                 muchsel@acm.org
  80.            Hegaublick 2
  81.            78465 Konstanz
  82.            Germany
  83.  
  84.          Please do understand that I cannot answer any letters if you don't
  85.          cover the return postage. E-mail is preferred.
  86.  
  87.          You might want to donate something to Amnesty International
  88.          instead.
  89.  
  90.  
  91.          Important
  92.          ---------
  93.  
  94.          The author disclaims all warranties as to this software, whether
  95.          express or implied, including without limitation any implied
  96.          warranties of merchantability, fitness for a particular purpose,
  97.          functionality, data integrity or protection, in so far as permitted by
  98.          applicable legislation.
  99.  
  100.          All trademarks are property of their respective owners and appear for
  101.          identification purposes only.
  102.  
  103.          You are encouraged to copy and pass on this program. However,
  104.          - the program must be distributed in its original form
  105.            (complete, unmodified)
  106.          - the distribution must not exceed the equivalent of DM 15.-
  107.            (US$ 8.50).
  108.  
  109.          01 Feb 1996
  110.